GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-04-13T09:39:19.5979229+00:00",
"SubmitDate": "2026-04-13T09:39:19.5979229+00:00",
"ReportPeriodStart": "2026-04-13T09:39:19.5979229+00:00",
"ReportPeriodEnd": "2026-04-13T09:39:19.5979229+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "79b1199d-2f54-4fbd-be22-2e4695dc32e2",
"Rows": [
{
"ItemId": "901d3e7d-be77-41e8-ac3b-44075f383081",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "901d3e7d-be77-41e8-ac3b-44075f383081",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "79b1199d-2f54-4fbd-be22-2e4695dc32e2",
"Rows": [
{
"ItemId": "901d3e7d-be77-41e8-ac3b-44075f383081",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "901d3e7d-be77-41e8-ac3b-44075f383081",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"212bcd92-cfd7-4a2a-b04b-891ec7ce89b4",
"f4d2dabf-e3d3-4afa-9055-03edeebc9c8d"
],
"Approvers": [
"7683604e-41f1-44d9-8f98-baabfdf54a35",
"285a24f3-3c13-4633-ad70-06abced851d4"
],
"ApprovedBy": "cf571540-b3e1-4372-bd0b-de3c98a044be",
"ApprovalDate": "2026-04-13T09:39:19.5979229+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "5d869d82-6935-44d7-b163-e49544f8665a",
"id": "a1a84048-3b53-402c-a576-86fec70d0dec",
"ConfigId": "bd50bfb4-6d98-4cbc-acf8-513b61320d9e"
},
{
"GenerationDate": "2026-04-13T09:39:19.5979229+00:00",
"SubmitDate": "2026-04-13T09:39:19.5979229+00:00",
"ReportPeriodStart": "2026-04-13T09:39:19.5979229+00:00",
"ReportPeriodEnd": "2026-04-13T09:39:19.5979229+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "79b1199d-2f54-4fbd-be22-2e4695dc32e2",
"Rows": [
{
"ItemId": "901d3e7d-be77-41e8-ac3b-44075f383081",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "901d3e7d-be77-41e8-ac3b-44075f383081",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "79b1199d-2f54-4fbd-be22-2e4695dc32e2",
"Rows": [
{
"ItemId": "901d3e7d-be77-41e8-ac3b-44075f383081",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "901d3e7d-be77-41e8-ac3b-44075f383081",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"212bcd92-cfd7-4a2a-b04b-891ec7ce89b4",
"f4d2dabf-e3d3-4afa-9055-03edeebc9c8d"
],
"Approvers": [
"7683604e-41f1-44d9-8f98-baabfdf54a35",
"285a24f3-3c13-4633-ad70-06abced851d4"
],
"ApprovedBy": "cf571540-b3e1-4372-bd0b-de3c98a044be",
"ApprovalDate": "2026-04-13T09:39:19.5979229+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "5d869d82-6935-44d7-b163-e49544f8665a",
"id": "a1a84048-3b53-402c-a576-86fec70d0dec",
"ConfigId": "bd50bfb4-6d98-4cbc-acf8-513b61320d9e"
}
]